home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / rtrv / shared.dir / 00342_KU-PHOTObutton.ls < prev    next >
Encoding:
Text File  |  1995-05-10  |  319 b   |  14 lines

  1. on mouseUp
  2.   global gtpoem, gppoem, gtbio, gpbio, gcurrentnumber, gblenddraw, gphotonumber, gphoto
  3.   if getphoto("C") = 1 then
  4.     nothing()
  5.   else
  6.     set gphoto to 0
  7.     if getphoto("C") < (gphotonumber + 2) then
  8.       set gphotonumber to 0
  9.     else
  10.       set gphotonumber to gphotonumber + 1
  11.     end if
  12.   end if
  13. end
  14.